From bbc5a204a1f7a27d741502a56d53b3d686b15bde Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 23 Aug 2005 13:53:04 +0000 Subject: [PATCH] Link xentop with ncurses. Distros generally do not ship with basic curses. --- tools/xenstat/xentop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile index b14b4b7657..633fd57064 100644 --- a/tools/xenstat/xentop/Makefile +++ b/tools/xenstat/xentop/Makefile @@ -28,7 +28,7 @@ sbindir=$(prefix)/sbin CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT) LDFLAGS += -L$(XEN_LIBXENSTAT) -LDLIBS += -lxenstat -lcurses +LDLIBS += -lxenstat -lncurses all: xentop -- 2.30.2